Upgrade Docusaurus and dev dependencies#1787
Conversation
WalkthroughThe pull request introduces updates to the documentation site configuration and project dependencies. In the Docusaurus configuration ( 📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (3)
⏰ Context from checks skipped due to timeout of 90000ms (5)
🔇 Additional comments (5)
✨ Finishing Touches
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
This removes another blocker to full React 19 support, among other things. It also adds the new `@docusaurus/plugin-svgr` plugin, which is now required to load SVG assets. The last blocker to React 19 is `@monaco-editor/react`, which has added support in its release candidate for 4.7.0 and will hopefully release to stable soon.
This removes another blocker to full React 19 support, among other things. It also adds the new
@docusaurus/plugin-svgrplugin, which is now required to load SVG assets.The last blocker to React 19 is
@monaco-editor/react, which has added support in its release candidate for 4.7.0 and will hopefully release to stable soon.